;Main.2=Please say the something. - Shorter prompt
Where=You are spelling.
Unrecognized=Sorry, I didn't understand.
Help=You can say instructions, list commands, or any command.
Continue=Continue spelling.
VerifyPre=I heard:
VerifyPost=Is this correct?
SpeakingFaster=Speaking faster.
SpeakingSlower=Speaking slower.
HelpVerify=You can speak yes or no, or press 1 for yes, or 2 for no.
BeginSpelling=Here is what you have spelled:
EndSpelling=End of spelling.
SpellingNothing=You haven't spelled anything.
BeginListWords=Here are all the military code words:
EndListWords=End of military code words.
FixingPrefix=OK, I'll correct that.
HeardSame=I heard the same character.
Restarting=Starting over.
[Instructions]
FirstTimeUser=If you are a first time user, please wait for the prompt, ready, and then say instructions.
Instructions=(((
To interrupt at any time press the star button.
For a tutorial say tutorial.
To list the commands say list commands.
To list the military code-words say list code-words.
To list the punctuation symbols say list punctuation.
To learn how to spell letters using touch-tone say learn touch-tone.
End of instructions.
)))
Tutorial=(((
To interrupt at any time press the star button.
Spell your word one letter, number, or punctuation symbol at a time.
After each character, wait for me to tell you what I thought I heard.
I can recognize letters better if you also say a common animal name, like "cee as in crocodile", or if you say the corresponding military code-word beginning with the same letter, like "cee as in charlie".
Letters are lower-case by default. For a capital letter, say something like "capital cee as in crocodile".
To hear what you have spelled so far, say review.
If you make a mistake, you can say something like, "No I said f as in fox", and I will make the correction.
To delete a letter say backspace.
To start over say restart.
When you are finished say finished.
For a list of help topics say instructions.
)))
ListCommands=The commands are delete, review, restart, and finished. You can also say any character, and you can prefix your phrase with "no I said" to make a correction. To access help topics say, instructions.
ListPunctuation=(((
To interrupt at any time press the star button.
Here is a list of all the punctuation symbols.
til-duh.
forward quote.
ex-clamation mark.
at sign.
hash mark.
dollar sign.
percent sign.
caret.
ampersand.
asterisk.
open parenthesis.
close parenthesis.
underscore.
hyphen.
plus sign.
equal sign.
open curly brace.
close curly brace.
open square bracket.
close square bracket.
vertical bar.
backslash.
colon.
semi-colon.
double quote.
single quote.
less than.
comma.
greater than.
period.
question mark.
forward slash.
End of punctuation.
)))
LearnTouchtone=I'm not really going to teach you how to do this.
[Settings]
Verify=1
TimeoutComplete=300
TimeoutIncomplete=600
RejectionThreshold=60
[DTMFString]
Count=2
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
[Internal]
tilde="~"
squiggle="~"
forward-quote="`"
ex-clamation-mark="!"
at-sign="@"
pound="#"
hash="#"
dollar-sign="$"
percent="%"
caret="^"
circumflex="^"
ampersand="&"
and-sign="&"
star="*"
asterisk="*"
open-parenthesis="("
close-parenthesis=")"
minus-sign="-"
dash="-"
hyphen="-"
underscore="_"
underline="_"
plus-sign="+"
equal-sign="="
open-square-bracket="["
close-square-bracket="]"
open-curly-brace="{"
close-curly-brace="}"
pipe="|"
vertical-bar="|"
backslash="\"
whack="\"
colon=":"
semi-colon=";"
double-quotes="""
single-quote="'"
open-angle-bracket="<"
close-angle-bracket=">"
comma=","
period="."
full-stop="."
dot="."
point="."
question-mark="?"
forward-slash="/"
space=" "
blank=" "
CodeLetters=abcdefghijklmnopqrstuvwxyz
AsIn=as in
AsInTemplate=%c. as in %s
CapitalAsInTemplate=capital %c. as in %s
a=alpha
b=bravo
c=charlie
d=delta
e=echo
f=fox-trot
g=golf
h=hotel
i=india
j=julie-et
k=key-low
l=leema
m=mike
n=november
o=oscar
p=papa
q=quebec
r=romeo
s=sierra
t=tango
u=uniform
v=victor
w=whiskey
x=x-ray
y=yankee
z=zulu
;-------------;
; The grammar ;
;-------------;
; you usually won't need to change what's below here
[<Start>]
<Start>=<AskSpelling>
<Start>=<Verify>
[<AskSpelling>]
<AskSpelling>=(DefaultResponses)
<AskSpelling>=no, I didn't say anything "noISaid nothing"
<AskSpelling>=[opt] <noISaid> <letterPhrase>
<noISaid>=no, I said "noISaid "
<noISaid>=no, I mean "noISaid "
<noISaid>=no, I meant "noISaid "
; commands
<letterPhrase>=nothing "nothing"
<letterPhrase>=finished [opt] spelling "finished"
<letterPhrase>=done spelling "finished"
<letterPhrase>=that's all "finished"
<letterPhrase>=that's it "finished"
<letterPhrase>=I'm [opt] all done [opt] spelling "finished"
<letterPhrase>=delete "delete"
<letterPhrase>=scratch [opt] that [opt] out "delete"
<letterPhrase>=cross [opt] that [opt] out "delete"
<letterPhrase>=back [opt] space "delete"
<letterPhrase>=mistake "delete"
<letterPhrase>=erase "delete"
<letterPhrase>=recap [opt] spelling "recap"
<letterPhrase>=review [opt] spelling "recap"
<letterPhrase>=what have I spelled [opt] so [opt] far "recap"
<letterPhrase>=start over "restart"
<letterPhrase>=restart "restart"
<letterPhrase>=delete all "restart"
<letterPhrase>=delete everything "restart"
; help commands
<letterPhrase>=instructions "instructions"
<letterPhrase>=list help [opt] topics "instructions"
<letterPhrase>=tutorial "tutorial"
<letterPhrase>=list commands "listCommands"
<letterPhrase>=list [opt] code words "listWords"
<letterPhrase>=list punctuation "listPunctuation"
<letterPhrase>=list symbols "listPunctuation"
<letterPhrase>=learn touch-tone "learnTouchtone"
<letterPhrase>=how do I use touch-tone "learnTouchtone"